projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2bdf8e
)
knxd: add config file
author
Othmar Truniger
<
[email protected]
>
Wed, 31 Dec 2014 09:15:49 +0000
(10:15 +0100)
committer
Othmar Truniger
<
[email protected]
>
Wed, 31 Dec 2014 09:15:49 +0000
(10:15 +0100)
Signed-off-by: Othmar Truniger <
[email protected]
>
net/knxd/files/knxd.config
[new file with mode: 0644]
patch
|
blob
diff --git a/net/knxd/files/knxd.config
b/net/knxd/files/knxd.config
new file mode 100644
(file)
index 0000000..
cd86a62
--- /dev/null
+++ b/
net/knxd/files/knxd.config
@@ -0,0
+1,12
@@
+config daemon args
+ # daemon is started as 'knxd $options $url'
+ # use 'knxd --help' to get all possible options'
+ #
+ # typical example for options for tunnel mode
+ option options '-D -T -S -d/tmp/knxd.log -i -p/var/run/knxd.pid'
+ # add '-t1023' or '--trace=1023' for full log trace
+
+ # example with tpuarts interface
+ # option url 'tpuarts:/dev/ttyAMA0'
+ # example with IP interface in tunnel mode
+ option url 'ipt:192.168.1.20'